home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Backups
/
FBackNG
/
Install
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-08-30
|
248 b
|
10 lines
; This little script will copy the FBackNG executable to the C: path
echo " "
echo "Installing FBackNG executable to C:..."
ask Continue?
if warn
copy fbackng c: clone quiet
echo FBackNG is copied !
wait 2
endif
quit